diff --git a/src/Problems/Problem2.rs b/src/Problems/Problem2.rs index 1373c97..d7bd297 100644 --- a/src/Problems/Problem2.rs +++ b/src/Problems/Problem2.rs @@ -5,7 +5,7 @@ //The sum of the even Fibonacci numbers less than 4,000,000 //Unless otherwise listed all non-standard includes are my own creation and available from https://bibucket.org/Mattrixwv/JavaClasses /* - Copyright (C) 2019 Matthew Ellison + Copyright (C) 2020 Matthew Ellison This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/Problems/Problem3.rs b/src/Problems/Problem3.rs index 10429c7..6b54080 100644 --- a/src/Problems/Problem3.rs +++ b/src/Problems/Problem3.rs @@ -5,7 +5,7 @@ //The largest prime factor of 600851475143 //Unless otherwise listed all non-standard includes are my own creation and available from https://bibucket.org/Mattrixwv/JavaClasses /* - Copyright (C) 2019 Matthew Ellison + Copyright (C) 2020 Matthew Ellison This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/Problems/Problem4.rs b/src/Problems/Problem4.rs index 4fad4b8..0f7a5d2 100644 --- a/src/Problems/Problem4.rs +++ b/src/Problems/Problem4.rs @@ -5,7 +5,7 @@ //Find the largest palindrome made from the product of two 3-digit numbers //Unless otherwise listed all non-standard includes are my own creation and available from https://bibucket.org/Mattrixwv/JavaClasses /* - Copyright (C) 2019 Matthew Ellison + Copyright (C) 2020 Matthew Ellison This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff --git a/src/Problems/Problem5.rs b/src/Problems/Problem5.rs index ccfcb87..ae2ca6a 100644 --- a/src/Problems/Problem5.rs +++ b/src/Problems/Problem5.rs @@ -5,7 +5,7 @@ //What is the smallest positive number that is evenly divisible by all of the numbers from 1 to 20? //Unless otherwise listed all non-standard includes are my own creation and available from https://bibucket.org/Mattrixwv/JavaClasses /* - Copyright (C) 2019 Matthew Ellison + Copyright (C) 2020 Matthew Ellison This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by