diff --git a/SoObjects/Mailer/SOGoMailForward.h b/SoObjects/Mailer/SOGoMailForward.h index d4c516959..3732809ff 100644 --- a/SoObjects/Mailer/SOGoMailForward.h +++ b/SoObjects/Mailer/SOGoMailForward.h @@ -1,6 +1,6 @@ /* SOGoMailForward.h - this file is part of SOGo * - * Copyright (C) 2007-2013 Inverse inc. + * Copyright (C) 2007-2015 Inverse inc. * * This file is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -82,12 +82,18 @@ @interface SOGoMailItalianForward : SOGoMailForward @end +@interface SOGoMailMacedonianForward : SOGoMailForward +@end + @interface SOGoMailNorwegianBokmalForward : SOGoMailForward @end @interface SOGoMailNorwegianNynorskForward : SOGoMailForward @end +@interface SOGoMailPortugueseForward : SOGoMailForward +@end + @interface SOGoMailSpanishSpainForward : SOGoMailForward @end diff --git a/SoObjects/Mailer/SOGoMailForward.m b/SoObjects/Mailer/SOGoMailForward.m index eab520cb8..0a7680d0e 100644 --- a/SoObjects/Mailer/SOGoMailForward.m +++ b/SoObjects/Mailer/SOGoMailForward.m @@ -1,6 +1,6 @@ /* SOGoMailForward.m - this file is part of SOGo * - * Copyright (C) 2007-2013 Inverse inc. + * Copyright (C) 2007-2015 Inverse inc. * * This file is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -293,12 +293,18 @@ @implementation SOGoMailItalianForward @end +@implementation SOGoMailMacedonianForward +@end + @implementation SOGoMailNorwegianBokmalForward @end @implementation SOGoMailNorwegianNynorskForward @end +@implementation SOGoMailPortugueseForward +@end + @implementation SOGoMailSpanishSpainForward @end diff --git a/SoObjects/Mailer/SOGoMailReply.h b/SoObjects/Mailer/SOGoMailReply.h index e2af0fcaf..387ae902f 100644 --- a/SoObjects/Mailer/SOGoMailReply.h +++ b/SoObjects/Mailer/SOGoMailReply.h @@ -1,6 +1,6 @@ /* SOGoMailReply.h - this file is part of SOGo * - * Copyright (C) 2007-2013 Inverse inc. + * Copyright (C) 2007-2015 Inverse inc. * * This file is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -81,12 +81,18 @@ @interface SOGoMailItalianReply : SOGoMailReply @end +@interface SOGoMailMacedonianReply : SOGoMailReply +@end + @interface SOGoMailNorwegianBokmalReply : SOGoMailReply @end @interface SOGoMailNorwegianNynorskReply : SOGoMailReply @end +@interface SOGoMailPortugueseReply : SOGoMailReply +@end + @interface SOGoMailSpanishSpainReply : SOGoMailReply @end diff --git a/SoObjects/Mailer/SOGoMailReply.m b/SoObjects/Mailer/SOGoMailReply.m index d0bd38801..8885bd4ab 100644 --- a/SoObjects/Mailer/SOGoMailReply.m +++ b/SoObjects/Mailer/SOGoMailReply.m @@ -1,6 +1,6 @@ /* SOGoMailReply.m - this file is part of SOGo * - * Copyright (C) 2007-2013 Inverse inc. + * Copyright (C) 2007-2015 Inverse inc. * * This file is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -131,12 +131,18 @@ @implementation SOGoMailItalianReply @end +@implementation SOGoMailMacedonianReply +@end + @implementation SOGoMailNorwegianBokmalReply @end @implementation SOGoMailNorwegianNynorskReply @end +@implementation SOGoMailPortugueseReply +@end + @implementation SOGoMailSpanishSpainReply @end