Revision 5b380d95

b/src/gr/grnet/pithos/web/client/StatusPanel.java
74 74
		inner.add(firstLine);
75 75

  
76 76
        HorizontalPanel secondLine = new HorizontalPanel();
77
        secondLine.add(new HTML("Pithos Web Client v" + otherProperties.get("version") + " <a class='grnet-sign' href='http://www.grnet.gr'>Copyright (C) 2011-2012 Greek Research and Technology Network</a>"));
77
        secondLine.add(new HTML("Pithos Web Client v" + otherProperties.get("version") + " <a class='grnet-sign' href='http://www.grnet.gr'>Copyright (C) 2011-2013 Greek Research and Technology Network</a>"));
78 78
        secondLine.addStyleName("grnet-sign");
79 79
        inner.add(secondLine);
80 80
        outer.add(inner);
b/src/gr/grnet/pithos/web/client/mysharedtree/PithosMySharedDisclosurePanel.css
1 1
/*
2
 * Copyright 2012 GRNET S.A. All rights reserved.
2
 * Copyright 2012-2013 GRNET S.A. All rights reserved.
3 3
 *
4 4
 * Redistribution and use in source and binary forms, with or
5 5
 * without modification, are permitted provided that the following

Also available in: Unified diff